Overloads exponentiation operator for a tensor and a scalar of type int8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int8), | intent(in) | :: | power |
Overloads exponentiation operator for a tensor and a scalar of type int16
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int16), | intent(in) | :: | power |
Overloads exponentiation operator for a tensor and a scalar of type int32
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int32), | intent(in) | :: | power |
Overloads exponentiation operator for a tensor and a scalar of type int64
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int64), | intent(in) | :: | power |
Overloads exponentiation operator for a tensor and a scalar of type real32
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
real(kind=real32), | intent(in) | :: | power |
Overloads exponentiation operator for a tensor and a scalar of type real64
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
real(kind=real64), | intent(in) | :: | power |